Positive or Zero - Check whether a number is positive or zero
This action checks whether a number is greater than or equal to zero.
Trigger [required]
<X> (non-repetitive numeric trigger [required]):
The checked number.
Exits [none required]
The two exits represent two mutually exclusive possibilities:
<Yes> (non-repetitive numeric exit [not required]): The
input number (the value of <X>) in case it is positive or zero
(i.e. greater than or equal to zero).
<No> (non-repetitive numeric exit [not required]): The
input number (the value of <X>) in case it is not positive or zero
(i.e. smaller than zero).
Notice: If there is a need to distinguish between 3 different cases
(<X> greater than zero, <X> equal to zero, or
<X> smaller than zero),
use Compare.
Usage Examples
Test1 (need to complete)